CUcomputemode_enum

Compute Modes

Values

ValueMeaning
CU_COMPUTEMODE_DEFAULT0
CU_COMPUTEMODE_EXCLUSIVE1

< Default compute mode (Multiple contexts allowed per device)

CU_COMPUTEMODE_PROHIBITED2

< Compute-exclusive-thread mode (Only one context used by a single thread can be present on this device at a time)

CU_COMPUTEMODE_EXCLUSIVE_PROCESS3

< Compute-prohibited mode (No contexts can be created on this device at this time)

Meta